'Declaration
Public Function New( _ ByVal collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) _ )
'Usage
Dim collection As System.Collections.Generic.IEnumerable(Of NGraphEdge) Dim instance As New NGraphEdgeList(collection)
public NGraphEdgeList( System.Collections.Generic.IEnumerable<NGraphEdge> collection )
Parameters
- collection